merge

fun <T> Either<T, T>.merge(): T

Merges Left and Right of the same type to a single value.

Return

Value of either Left or Right.